home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
msdos
/
fractal
/
iterat31
/
tancot.frm
< prev
next >
Wrap
Text File
|
1993-09-11
|
220b
|
23 lines
;Iterate! formula file
;by Brent Hugh
;parameter and window defaults
a=4
b=4
c=4
d=4
mu=0
xmin=-100
xmax=100
ymin=-100
ymax=100
;the function itself
x=a*tan(b*x)
y=c*cot(d*y)